home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_11879.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  163 lines

  1. -- card: 11879 from stack: in.0-4
  2. -- bmap block id: 18424
  3. -- flags: 0000
  4. -- background id: 7102
  5. -- name: Ex 3.6
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8006
  11. -- rect: left=186 top=159 right=179 bottom=348
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 174
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Printing large cards
  20. ----- HyperTalk script -----
  21. -- The "HiliteRadio" handler is in the card script.
  22. on mouseUp
  23.   hide fld "feedback"
  24.   HiliteRadio
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8006
  32. -- rect: left=186 top=183 right=203 bottom=348
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 174
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Printing single fields
  41. ----- HyperTalk script -----
  42. -- The "HiliteRadio" handler is in the card script.
  43. on mouseUp
  44.   hide fld "feedback"
  45.   HiliteRadio
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 8006
  53. -- rect: left=186 top=207 right=227 bottom=362
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 174
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Printing selected cards
  62. ----- HyperTalk script -----
  63. -- The "HiliteRadio" handler is in the card script.
  64. on mouseUp
  65.   hide fld "feedback"
  66.   HiliteRadio
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 4 (button)
  72. -- low flags: 00
  73. -- high flags: 8006
  74. -- rect: left=186 top=231 right=251 bottom=434
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 174
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Printing a selected area of a card
  83. ----- HyperTalk script -----
  84. -- The "HiliteRadio" handler is in the card script.
  85. on mouseUp
  86.   hide fld "feedback"
  87.   HiliteRadio
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 7 (button)
  93. -- low flags: 00
  94. -- high flags: A003
  95. -- rect: left=401 top=294 right=316 bottom=460
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Done
  104. ----- HyperTalk script -----
  105. -- The "checkOneRight" handler is in the card script.
  106. on mouseUp
  107.   checkOneRight
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 10 (button)
  113. -- low flags: 00
  114. -- high flags: A003
  115. -- rect: left=345 top=320 right=338 bottom=462
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Correct Answer
  124. ----- HyperTalk script -----
  125. -- This handler shows the correct answer.
  126.  
  127. on mouseUp
  128.   hideFeedback
  129.   dehiliteBtns
  130.   set hilite of btn 3 to true
  131.   wait 25
  132.   repeat 2
  133.     set hilite of btn 3 to false
  134.     wait 25
  135.     set hilite of btn 3 to true
  136.     wait 25
  137.   end repeat
  138.   ans 5
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part contents for background part 9
  144. ----- text -----
  145. 6 of 7
  146.  
  147. -- part contents for background part 6
  148. ----- text -----
  149.  
  150. You are making a new stack that will print out the information from certain cards only if the user has entered information in fields on those cards. Which of the new printing functions of HyperCard will help you achieve this ?
  151.  
  152. -- part contents for background part 19
  153. ----- text -----
  154. No, this new feature is useful for printing larger cards, but doesn‚Äôt solve this problem. Try again.
  155. No, this new feature is useful for printing one field on one card, but doesn‚Äôt solve this problem. Try again.
  156. Good. The new feature that lets you print selected cards will let you print just the cards you want.
  157. No, this new feature is useful at other times, but doesn‚Äôt solve this problem. Try again.
  158. This is the correct answer. The new ability to print selected cards means you can print just the cards you want.
  159.  
  160.  
  161. -- part contents for background part 21
  162. ----- text -----
  163. 3